projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d4cef
)
docs: standard names are CSS names, not X11 names
author
Benjamin Otte
<otte.benjamin@googlemail.com>
Wed, 27 Oct 2021 22:12:58 +0000
(22:12 +0000)
committer
Benjamin Otte
<otte.benjamin@googlemail.com>
Wed, 27 Oct 2021 22:12:58 +0000
(22:12 +0000)
We updated Pango a while ago to use these more common names, but apparently forgot the docs.
gdk/gdkrgba.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrgba.c
b/gdk/gdkrgba.c
index 251d86b0ddf6d42830017f96c82d25f2440b6a17..7732e507c819d47172f5f3e2ee39ece89042bd31 100644
(file)
--- a/
gdk/gdkrgba.c
+++ b/
gdk/gdkrgba.c
@@
-165,7
+165,7
@@
parse_rgb_value (const char *str,
*
* The string can be either one of:
*
- * - A standard name (Taken from the
X11 rgb.txt file
).
+ * - A standard name (Taken from the
Css specification
).
* - A hexadecimal value in the form “\#rgb”, “\#rrggbb”,
* “\#rrrgggbbb” or ”\#rrrrggggbbbb”
* - A hexadecimal value in the form “\#rgba”, “\#rrggbbaa”,